home *** CD-ROM | disk | FTP | other *** search
- Path: darkstar.UCSC.EDU!usenet
- From: "Chuck L. Peterson" <clp@mtrek.com>
- Newsgroups: comp.lang.c++
- Subject: VC4++ Doesn't Support switch()
- Date: Tue, 06 Feb 1996 10:00:19 -0800
- Organization: Multi-Trek Central
- Message-ID: <31179733.7392@mtrek.com>
- NNTP-Posting-Host: 204.160.104.18
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b6a (Win95; I)
-
- How come modules which use switch() give these unresolved
- external references when I link:
-
- goober.obj : error LNK2001: unresolved external symbol __pctype
- goober.obj : error LNK2001: unresolved external symbol ___mb_cur_max
-
- I'm using Visual C++ 4.0.
-
- Chuck Peterson
- clp@mtrek.com
-